*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.header{
    display: flex;
    flex-direction: column;
}
.navbar{
    height: 65px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 1;
}
.nav-logo{
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
img{
    height: 70px;
    width: 100%;
}
.border{
    border: 1.5px solid transparent;
    padding: 5px 5px 5px 5px;
}
.border:hover{
    border: 1.5px solid white;
}
.para1{
    opacity: 0.8;
    font-size: 0.8rem;
    margin: 0 0 0 25px;
}
.address-icon{
    display: flex;
}
.address-icon i{
    font-size: 20px;
}
.para2{
    font-size: 1.1rem;
    font-weight: 600;
}
.nav-search{
    display: flex;
    justify-content: space-evenly;
    height: 45px;
}
.nav-search:hover{
    border: 2px solid orange;
    border-radius: 8px;
}
.search-icon{
    background-color: rgb(249, 175, 38);
    color: #0f1111;
    width: 55px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}
.search-icon:hover{
    background-color: rgb(255, 166, 0);
}
.search-input{
    width: 750px;
    border: none;
    font-size: 0.9rem;
}
.search-select{
    background-color: #f3f3f3;
    width: 55px;
    text-align: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: none;
}
.nav-language{
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
}
.nav-language img{
    height: 34px;
    width: 26px;
}
.signin3{
    background-color: #0f1111;
    color: white;
    font-size: 0.98rem;
    border: none;
    width: 55px;
    font-weight: 700;
    padding-top: 4px;
}
.signin1{
    font-size: 0.8rem;
}
.signin2{
    font-size: 1.05rem;
    font-weight: 700;
}
.nav-cart i{
    font-size: 30px;
}
.nav-cart{
    font-size: 1rem;
    font-weight: 600;
    margin-right: 10px;
}

.panel{
    display: flex;
    height: 40px;
    background-color: #222f3d;
    align-items: center;
    color: white;
    justify-content: space-evenly;
    margin-top: 65px;
}
.panel-all{
    margin-right: 10px;
    font-weight: 600;
    font-size: 1rem;
}
.panel-all i{
    font-size: 1.2rem;
}
.panel-ops{
    width: 80%;
}
.panel-ops a{
    text-decoration: none;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    padding-right: 15px;
}
.panel-deals{
    font-size: 0.95rem;
    font-weight: 600;
    margin-right: 15px;
}
.hero-section{
    height: 350px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    animation: change 20s infinite step-end;
}
@keyframes change{
    0%{
        background-image: url(img7.jpg);
        filter: drop-shadow(10px 10px 8px rgb(122, 96, 1));
    }
    20%{
        background-image: url(img1.jpg);
        filter: drop-shadow(10px 10px 8px rgb(204, 123, 204));
    }
    40%{
        background-image: url(img6.jpg);
        filter: drop-shadow(10px 10px 8px rgb(144, 224, 255));
    }
    60%{
        background-image: url(img3.jpg);
        filter: drop-shadow(10px 10px 8px rgb(255, 244, 89));
    }
    80%{
        background-image: url(img4.jpg);
        filter: drop-shadow(10px 10px 8px rgb(214, 41, 64));
    }
    100%{
        background-image: url(img5.jpg);
    }
    
}
.hero-msg{
    border: none;
    background-color: white;
    height: 45px;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.95rem;
    margin-bottom: 30px;
    border-radius: 4px;
}
.hero-msg:hover{
    box-shadow: 4px 4px 8px #222f3d;
}
.hero-msg a{
    text-decoration: none;
    color: #007185;
}
.hero-msg a:hover{
    color: rgb(234, 51, 51);
    text-decoration: underline;
}
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: #e2e7e6;
    height: 470px;
}
.box{
    height: 410px;
    width: 22%;
    background-color: white;
    border: none;
    border-radius: 4px;
}
.box:hover{
    box-shadow: 2px 2px 8px #222f3d;
}
.box1 img{
    display: flex;
    height: 300px;
    width: 85%;
    margin-left: 25px;
    border-radius: 4px;
}
.box1 h2{
    margin: 18px 0 10px 25px;
    font-size: 1.3rem;
}
.shop-link{
    font-size: 0.95rem;
    margin: 20px 0 0 30px;
}
.shop-link a{
    text-decoration: none ;
    color: #007185;
}
.shop-link a:hover{
    color: rgb(234, 51, 51);
    text-decoration: underline;
}
.box2 img{
    display: flex;
    height: 300px;
    width: 85%;
    margin-left: 25px;
    border-radius: 4px;
}
.box2 h2{
    margin: 18px 0 10px 25px;
    font-size: 1.3rem;
}
.box2-custom img{
    display: flex;
    height: 275px;
    width: 85%;
    margin-left: 25px;
    border-radius: 4px;
}
.box2-custom h2{
    margin: 18px 0 10px 25px;
    font-size: 1.3rem;
}
.box3 img{
    display: flex;
    height: 300px;
    width: 85%;
    margin-left: 25px;
    border-radius: 4px;
}
.box3 h2{
    margin: 18px 0 10px 25px;
    font-size: 1.3rem;
}
.box4 img{
    display: flex;
    height: 300px;
    width: 85%;
    margin-left: 25px;
    border-radius: 4px;
}
.box4 h2{
    margin: 18px 0 10px 25px;
    font-size: 1.3rem;
}
.foot-panel1{
    background-color: #37475a;
    height: 50px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-panel1 a{
    text-decoration: none;
    color: white;
    font-size: 0.90rem;
    font-weight: 550;
}
.foot-panel2{
    padding: 60px 90px 0 90px;
    display: flex;
    background-color: #222f3d;
    color: white;
    height: 300px;
    justify-content: space-evenly;
}
ul a{
    padding-top: 10px;
    display: block;
    line-height: 20px;
    font-size: 0.90rem;
    color: #dddddd;
    text-decoration: none;
    letter-spacing: 0.2px;
}
ul a:hover{
    text-decoration: underline;
}
.foot-panel2 p{
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
}
.foot-panel3{
    background-color: #222f3d;
    border-top: 1px solid #908e8e;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    height: 65px;
    width: 125px;
}
.language{
    display: flex;
    align-items: center;
    color: #cccccc;
    border: 1px solid #cccccc;
    padding: 6px 15px 6px 9px;
    border-radius: 4px;
    width: 100px;
    height: 25px;
    margin: 0 15px 0 80px;
}
.language p{
    font-size: 0.85rem;
    padding-left: 5px;
}
.dollar{
    display: flex;
    align-items: center;
    color: #cccccc;
    border: 1px solid #cccccc;
    padding: 6px 15px 6px 9px;
    border-radius: 4px;
    width: 150px;
    height: 25px;
    margin-right: 15px;
}
.dollar p{
    font-size: 0.85rem;
    padding-left: 5px;
}
.country{
    display: flex;
    align-items: center;
    color: #cccccc;
    border: 1px solid #cccccc;
    padding: 6px 15px 6px 9px;
    border-radius: 4px;
    width: 130px;
    height: 25px;
}
.updown{
    display: block;
    font-size: 0.5rem;
}
.updown i{
    margin-left: 22px;
}
.country p{
    font-size: 0.85rem;
    padding-left: 5px;
}
.country img{
    height: 35px;
    width: 32px;
}
.foot-panel4{
    background-color: #131A22;
    height: 70px;
}
.pages{
    display: flex;
    justify-content: center;
}
.pages a{
    margin: 20px 10px 0 0;
    text-decoration: none;
    color: #dddddd;
    font-size: 0.75rem;
}
.pages a:hover{
    text-decoration: underline;
}
.copyright{
    color: #dddddd;
    margin-top: 7px;
    display: flex;
    justify-content: center;
    font-size: 0.75rem;
}
